Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure entry points are read as UTF-8 #8343

Merged
merged 4 commits into from
Jun 30, 2020

Conversation

uranusjr
Copy link
Member

Like the wheel metadata, this is, strictly speaking, unspecified. But UTF-8 is the de-facto standard, and we should support that.

Fix #8342.

@uranusjr uranusjr added C: encoding Related to text encoding and likely, UnicodeErrors type: bugfix labels May 28, 2020
@uranusjr uranusjr force-pushed the entrypoint-unicode branch from 162fc24 to 126c5fe Compare June 8, 2020 06:25
uranusjr added 4 commits June 10, 2020 20:58
Like the wheel metadata, this is, strictly speaking, unspecified. But
UTF-8 is the de-facto standard, and we should support that.
@uranusjr uranusjr force-pushed the entrypoint-unicode branch from 126c5fe to b0c1308 Compare June 10, 2020 12:58
@pradyunsg pradyunsg merged commit e774ecc into pypa:master Jun 30, 2020
@uranusjr uranusjr deleted the entrypoint-unicode branch August 12, 2020 04:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C: encoding Related to text encoding and likely, UnicodeErrors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UnicodeDecodeError when using utf-8 in entry_points
2 participants